home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / MAI MASTURBATING.swf / scripts / DefineSprite_155 / frame_3 / DoAction.as
Text File  |  2007-01-08  |  224b  |  18 lines

  1. jump = randomInt(4);
  2. if(jump == 1)
  3. {
  4.    this.gotoAndPlay(4);
  5. }
  6. else if(jump == 2)
  7. {
  8.    this.gotoAndPlay(13);
  9. }
  10. else if(jump == 3)
  11. {
  12.    this.gotoAndPlay(22);
  13. }
  14. else if(jump == 4)
  15. {
  16.    this.gotoAndPlay(31);
  17. }
  18.